home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / xld.man < prev    next >
Text File  |  1989-01-18  |  1KB  |  38 lines

  1. ' Copyright 1989 Regents of the University of California
  2. ' Permission to use, copy, modify, and distribute this
  3. ' documentation for any purpose and without fee is hereby
  4. ' granted, provided that this notice appears in all copies.
  5. ' The University of California makes no representations about
  6. ' the suitability of this material for any purpose.  It is
  7. ' provided "as is" without express or implied warranty.
  8. ' $Header: /a/newcmds/xld/RCS/xld.man,v 1.1 89/01/18 10:38:14 mendel Exp $ SPRITE (Berkeley)
  9. .so \*(]ltmac.sprite
  10. .HS XLD cmds
  11. .BS
  12. .SH NAME
  13. xld \- Convert load files into SPUR format
  14. .SH SYNOPSIS
  15. .nf
  16. \fBxld\fR [\fI-s\fR] \fIin-file-name [out-file-name]\fR
  17. .SH OPTIONS
  18. .IP "\fB\-s\fR" 14
  19. Strip load file's symbol table after conversion.
  20. .BE
  21.  
  22. .SH DESCRIPTION
  23. .PP
  24. This program converts SPUR load files produced by sas, the SPUR assembler,
  25. and sld, the SPUR linker/loader, running on
  26. a machine other than SPUR into SPUR form.  This program is needed because the
  27. sas and sld generate binary using the byte order of the
  28. current machine which may differ from that of SPUR.
  29. If the -s option is specified
  30. then the binary is striped. If specified, the modified
  31. binary is placed in out-file-name. Otherwise the conversion is place in
  32. in-file-name.
  33.  
  34. .SH KEYWORDS
  35. SPUR, sld, sas
  36.